<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
    box-sizing: border-box;
}

/* 网站灰色*/

/*
html {
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* webkit */
-moz-filter: grayscale(100%); /*firefox*/
-ms-filter: grayscale(100%); /*ie9*/
-o-filter: grayscale(100%); /*opera*/
filter: grayscale(100%);
    
}*/

body {
    font-size: 14px;
    line-height: 1.5;
    color: #515a6e;
    background-color:  #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif";
    
    
    
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
a {
    color: #2D8cF0;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .2s ease;
}
a:active,a:hover{
    outline: 0;
        text-decoration: none;
} 


code,
kbd,
pre,
samp {
    font-family: @code-family;
}
li{
    list-style: none;
}
@font-face {
    font-family: 'Ionicons';
    src:  url("../fonts/ionicons.woff2?v=@{ionicons-version}") format("woff2"),
        url("../fonts/ionicons.woff?v=@{ionicons-version}") format("woff"),
        url("../fonts/ionicons.ttf?v=@{ionicons-version}") format("truetype"),
        url("../fonts/ionicons.svg?v=@{ionicons-version}#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "078MKSD_MC";
    src: url("font/078MKSD_MC/078MKSD_MC.woff2") format("woff2"),
    url("font/078MKSD_MC/078MKSD_MC.woff") format("woff"),
    url("font/078MKSD_MC/078MKSD_MC.ttf") format("truetype"),
    url("font/078MKSD_MC/078MKSD_MC.eot") format("embedded-opentype"),
    url("font/078MKSD_MC/078MKSD_MCK.svg") format("svg");
}
@font-face {
    font-family: "AF SANS-THIN";
    src: url("font/AF SANS-THIN/AF SANS-THIN.woff2") format("woff2"),
    url("font/AF SANS-THIN/AF SANS-THIN.woff") format("woff"),
    url("font/AF SANS-THIN/AF SANS-THIN.ttf") format("truetype"),
    url("font/AF SANS-THIN/AF SANS-THIN.eot") format("embedded-opentype"),
    url("font/AF SANS-THIN/AF SANS-THIN.svg") format("svg");
}

@font-face {
    font-family: "NotoSansHans-Light";
    src: url("font/NotoSansHans-Light/NotoSansHans-Light.woff2") format("woff2"),
    url("font/NotoSansHans-Light/NotoSansHans-Light.woff") format("woff"),
    url("font/NotoSansHans-Light/NotoSansHans-Light.ttf") format("truetype"),
    url("font/NotoSansHans-Light/NotoSansHans-Light.eot") format("embedded-opentype"),
    url("font/NotoSansHans-Light/NotoSansHans-Light.svg") format("svg");
}
@font-face {
    font-family: "NotoSansHans-Regular";
    src: url("font/NotoSansHans-Regular/NotoSansHans-Regular.woff2") format("woff2"),
    url("font/NotoSansHans-Regular/NotoSansHans-Regular.woff") format("woff"),
    url("font/NotoSansHans-Regular/NotoSansHans-Regular.ttf") format("truetype"),
    url("font/NotoSansHans-Regular/NotoSansHans-Regular.eot") format("embedded-opentype"),
    url("font/NotoSansHans-Regular/NotoSansHans-Regular.svg") format("svg");
}
.ivu-icon{
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -0.125em;
    text-align: center;
}

html,body{
    min-width: 1350px;
}
body{
    padding-top: 120px;
}
.padding-top-60{
	padding-top: 60px;
}
.padding-bottom-60{
	padding-bottom: 60px;
}

.center-content{
    width: 1200px;
    margin: 0 auto;
}

.flex-header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(207,216,221,.7);
    -moz-box-shadow: 0 2px 2px 0 rgba(207,216,221,.7);
    box-shadow: 0 2px 2px 0 rgba(207,216,221,.7);
    border-bottom: none;
}

/*通用顶部样式*/
.header-box {
    line-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-box .logo-img{
    padding: 30px 0;
    line-height: 0
}
.header-box .logo-img img{
    height: 60px;
    width: auto;
}
/*顶部一级菜单样式*/
.header-box .menu .parent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*a 标签字体样式*/
.header-box .menu .parent a{
	font-size: 18px;
	color: #333333;
}
.header-box .menu .parent .parent-list{
    padding: 0 30px;
    position: relative;
    font-size: 18px;
    color: #333333;
}

/*hover 下拉菜单样式*/
.header-box .menu .parent .parent-list .menu-child{
	width: 140px;
	margin-left: -70px;
    display: none;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 120px;
}
.header-box .menu .parent .parent-list .menu-child a{
    font-size: 14px;
}
.header-box .menu .parent .parent-list:hover{
	color: #FFFFFF;
    background: rgb(228,204,145);
}
.header-box .menu .parent .parent-list.active{
	color: #FFFFFF;
    background: rgb(228,204,145);
}
.header-box .menu .parent .parent-list:hover .menu-child{
    display: block;
}
.header-box .menu .parent .parent-list .menu-child ul{
    border: 1px solid #EFF0F2;
    background: #fff;
}
.header-box .menu .parent .parent-list .menu-child ul li{
    line-height: 40px;
    cursor: pointer;
}
.header-box .menu .parent .parent-list .menu-child ul li:hover{
    background: #F7F8FB;
}
.header-box .menu .parent .parent-list .menu-child ul li{
    border-bottom: 1px solid #EFF0F2;
}
.header-box .menu .parent .parent-list .menu-child .icon{
    text-align: center;
    height: 20px;
    position: relative;
}
.header-box .menu .parent .parent-list .menu-child .icon i{
    position: absolute;
    font-size: 42px;
    color: #e4e4e4;
    left: 50%;
    top: -5px;
    margin-left: -20px;
}
.header-box .menu .parent .parent-list .menu-child .icon .gai{
    color: #fff;
    font-size: 38px;
    z-index: 999;
    margin-left: -18px;
    top: -3px;
}


.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banners-home{
    height: 990px;background: #e4e4e4;text-align: center;max-width: 1920px;
}

.banners .bannerimg{

    width: 100%;
    height: 100%;
    background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.banners .banner1{
   background: url('../image/A/A-banner-1.png') no-repeat center center;
}

.banners .banner2{
    background: url('../image/A/A-banner-2.png') no-repeat center center;
}





.banners img-list .parent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.banners-list .parent .parent-l{
    width: 50%;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.banners-list .parent .parent-l .col{
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
    transition-duration: 1000ms;
    transform: translate3d(-100%, 0px, 0px);
}

.banners-list .parent .parent-l.right .col{
    top: 140px;
    transform: translate3d(100%, 0px, 0px);
}
.banners-list .parent .parent-l .col div{
    width: 600px;
    margin: 0 auto;
    text-align: left;
}
.banners-list .parent .parent-l .col h4{
    font-size: 81px;
    font-weight: 400;
    letter-spacing: 4px;
    font-family: 'NotoSansHans-Regular';
}
.banners-list .parent .parent-l .col p{
    font-family: 'NotoSansHans-Regular';
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 400;
    padding-bottom: 15px;
}
.banners-list .parent .parent-l .col button{
    border: none;
    padding: 10px 30px;
    border-radius: 47px;
    background: #fff;
    color: #818181;
    cursor: pointer;
    font-size: 25px;
    font-family: 'NotoSansHans-Regular';
}
.banners-list .parent .parent-l .col button:focus{
    outline: none;
}
.banners .flex-right .col .child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 456px;
    margin: 0 auto;
}
.banners .flex-right .col .child li{
   width: 152px; 
   height: 152px;
}
.banners .flex-right .col .child li div{
    width: 100%;
    text-align: center;
    padding: 40px 0 0px;
}
.banners .flex-right .col .child li.jd{
    background: #32b16c;
}
.banners .flex-right .col .child li.ps{
    background: #0264ad;
}
.banners .flex-right .col .child li.tc{
    background: rgba(0,0,0,0.5);
}
.banners .flex-right .col .child li .icon{
    display: inline-block;

}
.banners .flex-right .col .child li.jd .icon{
     width: 48px;
    height: 46px;
    background: url('../image/ban1.png');
}
.banners .flex-right .col .child li.ps .icon{
     width: 51px;
    height: 41px;
    margin-top: 5px;
    background: url('../image/ban2.png');
}
.banners .flex-right .col .child li.tc .icon{
     width: 53px;
    height: 45px;
    margin-top: 1px;
    background: url('../image/ban3.png');
}
.banners .flex-right .col p{
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}

.banners .flex-right .col .child li.img img{
    float: left;
}
.banners{
    position: relative;
    overflow: hidden;
}
.banners .flex-right{
    position: absolute;
    width: 456px;
    right: -25%;
    margin-right: -228px;
    top: 130px;
    z-index: 99;
    transition: right 1s;
    -moz-transition: right 1s;  /* Firefox 4 */
    -webkit-transition: right 1s;   /* Safari 和 Chrome */
    -o-transition: right 1s;    /* Opera */
}

.special-title{
	padding-bottom: 61px;
}

/*特殊标题样式*/
.special-title h1{
    text-align: center;
    color: #dab866;
    
    font-weight: 100;
    display: flex;
    justify-content: center;
}
.special-title  h1 .zh{
    float: left;
    font-size: 44px;
}
.special-title  h1 .fh{
    float: left;
    width: 2px;
    height: 50px;
    background: rgb(228,204,145);
    margin: 10px;
}
.special-title  h1 .en{
    float: left;
    font-size: 48px;
}

.special-title .disc{
    text-align: center;
    color: #dab866;
}


/*横向二级菜单样式*/
.title-list{
	padding-top: 80px;
}
.title-list ul{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #dbb867;
    width: max-content;
}
.title-list ul li{
    padding: 8px 24px;
}
.title-list ul li + li{
    border-left: 1px solid #EFC972;
}
.title-list ul li a{
    font-size: 16px;
    color: #333333;
}
.title-list ul .active{
    background: #E5CC92;
    
}
.title-list ul .active a{
    color: #fff;
}

/*内容盒子白色背景*/
.content-box-white{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*内容盒子 灰色背景*/
.content-box-gray{
	width: 100%;
	background-color: #FBFBFB;
	padding-top: 60px;
	padding-bottom: 60px;
}

.text p{
    font-size: 18px;
}

/*底部样式*/
.footer{
    /* background: #f7f7f7; */
    background: #b3b3b3;
    height: 490px;
    padding: 80px 0;
    color: #000000;
}
.footer .center-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.footer .center-content .left{
	width: 65%;
}
.footer .center-content .left .colms{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer .center-content .left .colms .colms-li{
    width: 20%;
}
.footer .center-content .left .colms .colms-li h4{
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
}
.footer .center-content .left .colms .colms-li li{
    line-height: 40px;
    font-size: 16px;
}
.footer .center-content .left .colms .colms-li li a{
    color: #666666;
}
.footer .center-content .right{
    width: 29%;
}
.footer .center-content .right .title{
    text-align: center;
}
.footer .center-content .right .title h4{
    font-size: 32px;
     font-weight: 300;
    letter-spacing:7px; 
}
.footer .center-content .right .title p{
    letter-spacing:2px; 
}
.footer .center-content .right .cont{
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer .center-content .right .cont .img{
    width: 86px;
    height: 91px;
    background: url('../image/erweima.png');
}
.footer .center-content .right .cont .address{
    padding-left: 20px;
    line-height: 32px;
}
.footer .center-content .right .thirdParty ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer .center-content .right .thirdParty ul li{
    width: 65px;
    border-radius: 50%;
    height: 65px;
}
.footer .center-content .right .thirdParty ul li{
    background: url('../image/weixin.png');
    background-size: 100% 100%;
}
.footer .center-content .right .thirdParty ul li:nth-child(2){
    background: url('../image/weibo.png');
    background-size: 100% 100%;
}
.footer .center-content .right .thirdParty ul li:nth-child(3){
    background: url('../image/shouji.png');
    background-size: 100% 100%;
}
.footer .center-content .right .thirdParty ul li + li{
    margin-left: 20px;
}
.footer .colmsopyright{
    margin-top: 20px;
	color: #666666;
	text-align: center;
}
</pre></body></html>